home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Other Langs / Tickle-4.0 (tcl) / library / help / tcl / internation / catopen < prev   
Encoding:
Text File  |  1993-10-26  |  954 b   |  17 lines  |  [TEXT/$Tcl]

  1.  
  2.  
  3.           catopen ?-fail|-nofail? catname
  4.                Open the message catalog catname.  This may be a  rela-
  5.                tive  path  name, in which case the NLSPATH environment
  6.                variable is searched to find an absolute  path  to  the
  7.                message  catalog.   A  handle  in  the  form msgcatN is
  8.                returned.  Normally, errors are  ignored,  and  in  the
  9.                case  of a failed call to catopen, a handle is returned
  10.                to an unopened message catalog.  (This handle may still
  11.                be  passed  to catgets and catclose, causing catgets to
  12.                simply return the default string, as  described  above.
  13.                If  the -fail option is specified, an error is returned
  14.                if the open fails.  The option  -nofail  specifies  the
  15.                default behavior of not returning an error when catopen
  16.                fails to open a specified message catalog.
  17.